* {
  outline: none;
}
body,
html {
  padding: 0;
  margin: 0;
  -webkit-text-size-adjust: 100% !important;
  text-size-adjust: 100% !important;
  -moz-text-size-adjust: 100% !important;
}

.component.mce-editor img {
  max-width: 100%;
  display: inline-block !important;
}
.component.mce-editor a {
  display:inline;
}
.szfxx_list {
  display: none;
}
html body > .app-wrapper,
html body > .desktop-bg {
  display: none;
}

html.is-desktop *:not(body, .show-scrollbar)::-webkit-scrollbar {
  width: 0;
  height: 0;
}
html.is-desktop *:not(body, .show-scrollbar) {
  scrollbar-width: none;
}
html.is-desktop *:not(body) {
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
}

html.for-mobile body {
  background-color: #f5f5f5;
}

html.for-mobile body .app {
  overflow-x: hidden;
}

html.is-desktop body > .app-wrapper {
  position: relative;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: block;
  width: 1140px;
  height: auto;
  min-height: 100%;
  margin: 0 auto;
}

html.is-desktop.for-mobile body > .app-wrapper {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 407px;
  height: 695px;
  min-height: unset;
  margin-left: -203px;
  margin-top: -347px;
  background-image: url("../phone.png");
}

html.is-desktop.for-mobile .app-wrapper > .app-fixed {
  width: 320px;
  height: 567px;
  position: absolute;
  left: 43px;
  top: 60px;
  background-color: #f5f5f5;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}

html.is-desktop.for-mobile .app-fixed > .app {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #f5f5f5;
}

html.is-desktop.for-mobile body > .desktop-bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  pointer-events: none;
  background-image: url("../desktop.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
}

.mce-editor p {
  padding: 0;
  margin: 0 !important;
}
.el-input__wrapper {
  box-shadow: none !important;
}
.dot-box {
  position: fixed;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 4em;
  height: 4em;
  animation: rotate 2.4s linear infinite;
}

.white {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: white;
  animation: flash 2.4s linear infinite;
  opacity: 0;
}

.dot {
  position: absolute;
  margin: auto;
  width: 1.5em;
  height: 1.5em;
  border-radius: 100%;
  transition: all 1s ease;
}

.dot:nth-child(2) {
  top: 0;
  bottom: 0;
  left: 0;
  background: #5a42ec;
  animation: dotsY 2.4s linear infinite;
}

.dot:nth-child(3) {
  left: 0;
  right: 0;
  top: 0;
  background: #2889f6;
  animation: dotsX 2.4s linear infinite;
}

.dot:nth-child(4) {
  top: 0;
  bottom: 0;
  right: 0;
  background: #485bef;
  animation: dotsY 2.4s linear infinite;
}

.dot:nth-child(5) {
  left: 0;
  right: 0;
  bottom: 0;
  background: #2d83f6;
  animation: dotsX 2.4s linear infinite;
}

@keyframes rotate {
  0% {
    transform: rotate(0);
  }

  10% {
    width: 4em;
    height: 4em;
  }

  66% {
    width: 1.5em;
    height: 1.5em;
  }

  100% {
    transform: rotate(360deg);
    width: 4em;
    height: 4em;
  }
}

@keyframes dotsY {
  66% {
    opacity: 0.1;
    width: 1.5em;
  }

  77% {
    opacity: 1;
    width: 0;
  }
}

@keyframes dotsX {
  66% {
    opacity: 0.1;
    height: 1.5em;
  }

  77% {
    opacity: 1;
    height: 0;
  }
}

@keyframes flash {
  33% {
    opacity: 0;
    border-radius: 0;
  }

  55% {
    opacity: 0.6;
    border-radius: 100%;
  }

  66% {
    opacity: 0;
  }
}

.ad-box {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 50px);
  width: 200px;
  display: none;
}

.el-tabs--left,
.el-tabs--right {
  height: 100%;
}

.el-pagination {
  z-index: 1;
  position: relative;
}

.el-carousel__mask {
  display: none;
}
.xgplayer *{
  box-sizing: content-box;
}